use wordpress functions in external php file

260

use wordpress functions in external php file -

//add to the file that needs to use wordpress functions.
require_once("../../../../wp-load.php");
//or
require_once(rtrim($_SERVER['DOCUMENT_ROOT'], '/') . '/wp-load.php');

Comments

Submit
0 Comments